@charset "utf-8";
/* CSS Document */
ul,ol,dl,dt,dd,li,p,h1,h2,h3,h4,h5,h6,body{margin:0; padding:0;}
ul,ol,li{ list-style:none;}
a{ text-decoration:none;}
img{ border:none;}
a:focus,input,textarea{outline:none;}
/***********************************************ad**************************************/
.top{
	width:1020px;
	height:104px;
	background:#1d72b5;
	margin:0 auto;
	}
.top h2{
	display:block;
	font-size:35px;
	color:#fff; 
	text-align:center;
	line-height:100px;
	}
/***********************************************mid**************************************/
.mid{
	width:1020px;
	margin:0 auto;
	}
.mid:after{
        content: "";
        display:block;
        clear:both;
        visibility: hidden;
	}
.mid img{
	width:966px;
	height:582px;
	margin-left:26px;
	margin-top:30px;
	border-radius:15px;
	box-shadow:8px 8px 10px #999;
	}
.mid .bottom ul li{
	float:left;
	margin-left:7px;
	}
.mid .bottom ul li img{
	width:462px;
	height:280px;
	border-radius:15px;
	box-shadow:8px 8px 10px #999;
	}
/***********************************************footnav**************************************/			
.footnav{
	width:100%;
	position: fixed;
	bottom:-4px;
	z-index:9999;
	}
.footnav .foot{
	margin:0px auto;
	height:168px;
	width:1020px;
	background-color:#fff;
	}
.footnav ul{
	width:100%;
	}	

.footnav ul li{
	float:left;
	margin-left:66px;
	margin-top:10px;
	}
.footnav ul li p{
	font-family:"微软雅黑";
	font-size:16px;
	color:#1c72b5;
	line-height:32px;
	text-align:center;
	font-weight:bold;
	}	
.footnav ul li span{
	display:block;
	width:108px;
	height:105px;
	}	
.footnav ul .live span{
	background:url(../images/nav2.png);
	}	
.footnav ul .new span{
	background:url(../images/nav3.png);
	}
.footnav ul .index span	{
	width:196px;
	height:194px;
	margin-top:-60px;
	background:url(../images/nav1.png);
	}
.footnav ul .xian span{
	background:url(../images/nav4.png);
	}		
.footnav ul .ying span	{
	background:url(../images/nav5.png);
	}

























